projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7812e
)
plat: rcar: Move FDT from x3 to x1
author
Marek Vasut
<
[email protected]
>
Thu, 13 Dec 2018 21:08:24 +0000
(22:08 +0100)
committer
Marek Vasut
<
[email protected]
>
Thu, 13 Dec 2018 21:08:24 +0000
(22:08 +0100)
As suggested, pass the FDT to BL 33 via x1 instead of x3 , to be
consistent with the other platforms.
Signed-off-by: Marek Vasut <
[email protected]
>
plat/renesas/rcar/bl2_plat_mem_params_desc.c
patch
|
blob
|
history
diff --git
a/plat/renesas/rcar/bl2_plat_mem_params_desc.c
b/plat/renesas/rcar/bl2_plat_mem_params_desc.c
index 728eac622833a815a9c128b07abfc2e1f5b86dd6..3dc9eff59f15e422d7e4706b8e2c631e829fc346 100644
(file)
--- a/
plat/renesas/rcar/bl2_plat_mem_params_desc.c
+++ b/
plat/renesas/rcar/bl2_plat_mem_params_desc.c
@@
-72,7
+72,7
@@
static bl_mem_params_node_t bl2_mem_params_descs[] = {
#ifdef RCAR_BL33_ARG0
.ep_info.args.arg0 = RCAR_BL33_ARG0,
#endif
- .ep_info.args.arg
3
= (uintptr_t)fdt_blob,
+ .ep_info.args.arg
1
= (uintptr_t)fdt_blob,
SET_STATIC_PARAM_HEAD(image_info, PARAM_EP, VERSION_2,
image_info_t, 0),
.image_info.image_max_size =